Fix a few gtk-doc warnings
authorColin Walters <walters@verbum.org>
Wed, 12 Apr 2017 01:54:14 +0000 (21:54 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 12 Apr 2017 15:36:46 +0000 (15:36 +0000)
Just continuing to chip away at this.

Closes: #788
Approved by: jlebon

apidoc/ostree-sections.txt
src/libostree/ostree-repo.h
src/libostree/ostree-sysroot-deploy.c

index 6f0cf4a826adf10ab3873d7a8b925b6bfdee7c48..07dbaf1f9602e81ff804d45682768eea0a5bccd3 100644 (file)
@@ -71,6 +71,16 @@ OstreeChecksumInputStreamPrivate
 ostree_checksum_input_stream_get_type
 </SECTION>
 
+<SECTION>
+<FILE>ostree-version</FILE>
+OSTREE_CHECK_VERSION
+OSTREE_YEAR_VERSION
+OSTREE_RELEASE_VERSION
+OSTREE_VERSION
+OSTREE_VERSION_S
+OSTREE_VERSION_HEX
+</SECTION>
+
 <SECTION>
 <FILE>ostree-core</FILE>
 OSTREE_MAX_METADATA_SIZE
index 482ede7a6dabc0200b1a04e755ff8382bb272a21..1664d65df01843921d0892a28053d15e9a7cb957 100644 (file)
@@ -123,6 +123,10 @@ gboolean      ostree_repo_remote_delete (OstreeRepo     *self,
 /**
  * OstreeRepoRemoteChange:
  * The remote change operation.
+ * @OSTREE_REPO_REMOTE_CHANGE_ADD: Add a remote
+ * @OSTREE_REPO_REMOTE_CHANGE_ADD_IF_NOT_EXISTS: Like above, but do nothing if the remote exists
+ * @OSTREE_REPO_REMOTE_CHANGE_DELETE: Delete a remote
+ * @OSTREE_REPO_REMOTE_CHANGE_DELETE_IF_EXISTS: Delete a remote, do nothing if the remote does not exist
  */
 typedef enum {
   OSTREE_REPO_REMOTE_CHANGE_ADD,
index c5d15af56976de158cd5b8fbcc210a8c3782b689..ed8c8bcaa02469d26fa75cd768b3b9a8d268049b 100644 (file)
@@ -2128,6 +2128,7 @@ ostree_sysroot_deployment_set_kargs (OstreeSysroot     *self,
  * @self: Sysroot
  * @deployment: A deployment
  * @is_mutable: Whether or not deployment's files can be changed
+ * @cancellable: Cancellable
  * @error: Error
  *
  * By default, deployment directories are not mutable.  This function